home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / cxLibraryVCLD7.bpl / 0 / RCDATA / TFRMCXSTYLESHEETEDITOR / TFRMCXSTYLESHEETEDITOR.txt
Text File  |  2010-01-14  |  5KB  |  224 lines

  1. object frmcxStyleSheetEditor: TfrmcxStyleSheetEditor
  2.   Left = 377
  3.   Top = 147
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'StyleSheet Editor'
  7.   ClientHeight = 338
  8.   ClientWidth = 319
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -10
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pnlBottom: TPanel
  20.     Left = 0
  21.     Top = 303
  22.     Width = 319
  23.     Height = 35
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object Bevel: TBevel
  28.       Left = 0
  29.       Top = 0
  30.       Width = 319
  31.       Height = 2
  32.       Align = alTop
  33.     end
  34.     object pnlButtons: TPanel
  35.       Left = 150
  36.       Top = 2
  37.       Width = 169
  38.       Height = 33
  39.       Align = alRight
  40.       BevelOuter = bvNone
  41.       TabOrder = 0
  42.       object btnOK: TButton
  43.         Left = 7
  44.         Top = 4
  45.         Width = 75
  46.         Height = 25
  47.         Caption = 'OK'
  48.         Default = True
  49.         ModalResult = 1
  50.         TabOrder = 0
  51.       end
  52.       object bntCancel: TButton
  53.         Left = 88
  54.         Top = 4
  55.         Width = 75
  56.         Height = 25
  57.         Cancel = True
  58.         Caption = 'Cancel'
  59.         ModalResult = 2
  60.         TabOrder = 1
  61.       end
  62.     end
  63.   end
  64.   object pnlClient: TPanel
  65.     Left = 0
  66.     Top = 0
  67.     Width = 319
  68.     Height = 303
  69.     Align = alClient
  70.     BevelOuter = bvNone
  71.     BorderWidth = 4
  72.     TabOrder = 1
  73.     object pnlStyles: TPanel
  74.       Left = 4
  75.       Top = 4
  76.       Width = 163
  77.       Height = 295
  78.       Align = alLeft
  79.       BevelOuter = bvNone
  80.       TabOrder = 0
  81.       object pnlStylesCaption: TPanel
  82.         Left = 0
  83.         Top = 0
  84.         Width = 163
  85.         Height = 21
  86.         Align = alTop
  87.         Alignment = taLeftJustify
  88.         BevelOuter = bvNone
  89.         Caption = 'Styles'
  90.         TabOrder = 0
  91.       end
  92.       object pnlStylesClient: TPanel
  93.         Left = 0
  94.         Top = 21
  95.         Width = 163
  96.         Height = 274
  97.         Align = alClient
  98.         BevelOuter = bvNone
  99.         TabOrder = 1
  100.         object lbStyles: TListBox
  101.           Left = 0
  102.           Top = 0
  103.           Width = 163
  104.           Height = 186
  105.           Style = lbOwnerDrawVariable
  106.           Align = alClient
  107.           ItemHeight = 16
  108.           MultiSelect = True
  109.           TabOrder = 0
  110.           OnClick = lbStylesClick
  111.           OnDrawItem = lbStylesDrawItem
  112.           OnMeasureItem = lbStylesMeasureItem
  113.         end
  114.         object pnlStylesButtons: TPanel
  115.           Left = 0
  116.           Top = 186
  117.           Width = 163
  118.           Height = 88
  119.           Align = alBottom
  120.           BevelOuter = bvNone
  121.           TabOrder = 1
  122.           object cbColor: TCheckBox
  123.             Left = 35
  124.             Top = 33
  125.             Width = 119
  126.             Height = 25
  127.             Caption = '&Color'
  128.             TabOrder = 0
  129.             OnClick = cbClick
  130.           end
  131.           object btnBitmap: TButton
  132.             Left = 2
  133.             Top = 4
  134.             Width = 25
  135.             Height = 25
  136.             Caption = '...'
  137.             TabOrder = 1
  138.             OnClick = btnBitmapClick
  139.           end
  140.           object btnColor1: TButton
  141.             Left = 2
  142.             Top = 33
  143.             Width = 25
  144.             Height = 25
  145.             Caption = '...'
  146.             TabOrder = 2
  147.             OnClick = btnColor1Click
  148.           end
  149.           object btnFont1: TButton
  150.             Left = 2
  151.             Top = 62
  152.             Width = 25
  153.             Height = 25
  154.             Caption = '...'
  155.             TabOrder = 3
  156.             OnClick = btnFont1Click
  157.           end
  158.           object cbFont: TCheckBox
  159.             Left = 35
  160.             Top = 62
  161.             Width = 119
  162.             Height = 25
  163.             Caption = '&Font'
  164.             TabOrder = 4
  165.             OnClick = cbClick
  166.           end
  167.           object cbBitmap: TCheckBox
  168.             Left = 35
  169.             Top = 4
  170.             Width = 117
  171.             Height = 25
  172.             Caption = '&Bitmap'
  173.             TabOrder = 5
  174.             OnClick = cbClick
  175.           end
  176.         end
  177.       end
  178.     end
  179.     object pnlPreview: TPanel
  180.       Left = 171
  181.       Top = 4
  182.       Width = 144
  183.       Height = 295
  184.       Align = alRight
  185.       Anchors = [akLeft, akTop, akRight, akBottom]
  186.       BevelOuter = bvNone
  187.       TabOrder = 1
  188.       object pnlPreviewCaption: TPanel
  189.         Left = 0
  190.         Top = 0
  191.         Width = 144
  192.         Height = 21
  193.         Align = alTop
  194.         Alignment = taLeftJustify
  195.         BevelOuter = bvNone
  196.         Caption = 'Preview'
  197.         TabOrder = 0
  198.       end
  199.       object pnlPreviewClient: TPanel
  200.         Left = 0
  201.         Top = 21
  202.         Width = 144
  203.         Height = 274
  204.         Align = alClient
  205.         BevelOuter = bvNone
  206.         TabOrder = 1
  207.       end
  208.     end
  209.   end
  210.   object FontDialog: TFontDialog
  211.     Font.Charset = DEFAULT_CHARSET
  212.     Font.Color = clWindowText
  213.     Font.Height = -13
  214.     Font.Name = 'MS Sans Serif'
  215.     Font.Style = []
  216.     Left = 76
  217.     Top = 28
  218.   end
  219.   object ColorDialog: TColorDialog
  220.     Left = 44
  221.     Top = 28
  222.   end
  223. end
  224.